home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / hello_kitty.swf / scripts / DefineButton2_338 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-13  |  136b  |  12 lines

  1. on(release){
  2.    if(optin2 == "0")
  3.    {
  4.       optin2 = "1";
  5.    }
  6.    else
  7.    {
  8.       optin2 = "0";
  9.    }
  10.    opt2.nextFrame();
  11. }
  12.